home *** CD-ROM | disk | FTP | other *** search
- Subject: Re: creating new windows
- Sent: 3/19/96 7:52 AM
- Received: 3/19/96 7:02 AM
- From: ScottODF@aol.com
- Reply-To: ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- Henri,
-
- Your tip:
-
- >>Look into FW_CFrame::NewPartWindow
-
- worked just fine. Now I found that if I pass an ODFrame as the parent frame,
- when I close the parent frame's window, both windows are closed and OpenDoc
- quits. If I pass NULL for the parent frame, I have to close both windows to
- quit the OpenDoc part. The previous behavior is preferred. However, because I
- am creating a frame with a different presentation from the parent's frame, I
- get a user break with: FW_ASSERT(fPresentation ==
- sourceFrame->GetPresentation(ev));
-
- I would like this "linked" behavior regardless of presentations, but this
- assertion in ODF is a problem. What do you think?
-
- Thanks,
- Scott Daniels
- e-mail: scottdfl@aol.com
-